home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Hallo4a.dfm / Hallo4a.txt
Text File  |  1998-12-15  |  734b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 237
  3.   Top = 101
  4.   Width = 435
  5.   Height = 354
  6.   Caption = 'Seelenklempner'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clBlack
  9.   Font.Height = -20
  10.   Font.Name = 'System'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 120
  13.   TextHeight = 20
  14.   object Label1: TLabel
  15.     Left = 104
  16.     Top = 24
  17.     Width = 216
  18.     Height = 25
  19.     Caption = 'Hallo, wie geht es denn so?'
  20.     Color = clBtnFace
  21.     ParentColor = False
  22.   end
  23.   object ListBox1: TListBox
  24.     Left = 96
  25.     Top = 72
  26.     Width = 233
  27.     Height = 185
  28.     ItemHeight = 20
  29.     Items.Strings = (
  30.       'prima'
  31.       'gut'
  32.       'm∩┐╜∩┐╜ig'
  33.       'schlecht'
  34.       'miserabel'
  35.       'Sag ich nicht')
  36.     TabOrder = 0
  37.     OnClick = ListBox1Click
  38.   end
  39. end
  40.